home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / keyb / pkii_112.zip / UPDATE.LST < prev   
File List  |  1989-03-05  |  2KB  |  50 lines

  1. POWERKIT II UPDATES
  2.  
  3. FROM v1.10 to v1.12
  4.  
  5. 1:  Fixed problem LOAD.COM had with 80286/386 processors.
  6.  
  7. 2:  Added code and storage to KYBD.BUF for a warm boot routine, invoked by 
  8.     SCROLL LOCK, F1, when PKII.MOD is loaded, its SCROLL LOCK key handler is 
  9.     active, and KYBD.BUF's /W1 switch is set.  Procedure preserves date and 
  10.     time.  The procedure is intended for Tandy 1000 users, plus those lacking a 
  11.     clock/calendar chip. 
  12.  
  13. 3:  PKII.MOD's screen blanking routine will now blank the screen border on 
  14.     CGA's, EGA's, and VGA's.  It will restore the border, if it has been set by 
  15.     ANSI.MOD. 
  16.  
  17. 4:  Added a utility, NEWHOTKY.COM, to change the hot key of any module. 
  18.  
  19. FROM v1.06 TO v1.10
  20.  
  21. Aside from the inevitable bug fixes, the following have been changed:
  22.  
  23. 1:  PCONSOLE.DRV is no more.  It has been split into KYBD.BUF and ANSI.MOD.  
  24.     KYBD.BUF has the extended keystroke buffer, and the code for the view-port.  
  25.     It remains in CONFIG.SYS, as the buffer must be in the first 65k.  KYBD.BUF 
  26.     need not be present for the PK II system to work.  ANSI.MOD is the old Pow-
  27.     erConsole.   It is now a module, so it can be loaded and unloaded at will 
  28.     (but it MUST be loaded FIRST).  It still appears to DOS as the "CON" device 
  29.     driver.   Bringing ANSI.MOD up, out of CONFIG.SYS, gives you a better       
  30.     chance of getting the PK II package to co-exist with "problem" TSR's, be-
  31.     cause it lets you experiment with various orders of "stacking" the TSR's.
  32.  
  33. 2:  Pressing SCROLL LOCK (or HOLD), then ESC, will get you out of lockups (this 
  34.     sometimes works when KEYPAD 5, ESC doesn't).  PKII's SCROLL LOCK handler 
  35.     must be active. 
  36.  
  37. 3:  Several more ALT codes (for example ALT-' and ALT-.) have been added, to 
  38.     "hang" MACROS on.
  39.  
  40. 4:  Several more non-ANSI ESCAPE sequences have been added.
  41.  
  42.         ALT-ESC 10 m - Turns off cursor in graphics modes (the default).
  43.         ALT-ESC 11 m - Turns on cursor in graphics modes (much slower).
  44.         ALT-ESC 12 m - Turns off ANSI.MOD.  It's still in memory, and the 
  45.                        MACROS, and most of its other features still work.  How-
  46.                        ever, DOS no longer recognizes it as the console driver
  47.                        (hence, the screen updates are MUCH slower).
  48.         ALT-ESC 13 m - Turns ANSI.MOD back on.
  49.  
  50.